Accusoft.FormDirector3.Net - Updated
Debug Your Application
FormDirector3 for .Net - User Guide > How To > Debug Your Application

FormDirector provides the ability to control the level of information written to the debug log as well as the ability to turn off writing to a file completely.

Control Debugging Information

Use the following properties of the FormDirector component instance to adjust the settings of your debugging for optimal performance.

Considerations for Debugging

Because debugging and writing debug information to a log file is time consuming and expensive, consider setting the ErrorLevel to Production for deployment of your application.

See Also